extends AbstractContentResource
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| myOrders | List | ||
| extraColumns | List | ||
| name | String | ||
| title | String | ||
| baseCost | BigDecimal | ||
| children | List | ||
| product | Product | ||
| orderCaption | String | ||
| directoryNode | DirectoryNode | ||
| subFolders | List | ||
| files | List | ||
| orderFormHtml | String | ||
| imageHrefs | List | ||
| numVariants | int | ||
| primaryImageHref | String | ||
| variantImageHref | String | ||
| description | String | ||
| brief | String | ||
| selectedParameterOptions | Map | Returns a map of selected parameter options, where the key is the product parameter name and the value is the selected option for that parameter. For example color=black; size=large This is a settable property, but by default it reads values from request parameters, where request parameters are in the form param-(parameter name)=option, eg param-color=black | |
| relatedAppId | String | ||
| relatedItemId | String | ||
| relatedProductApps | List | ||
| supplierOrg | Organisation | ||
| sourceType | String | ||
| sourceId | String |
Hide comments